From 53acdd6ba01d292500c4048eeb3c3f9ec6cd65c9 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 7 Apr 2015 15:25:03 -0700 Subject: [PATCH] Removed unused wgDBAvgStatusPoll var Change-Id: Ib1abf72add4d62bb41f1e2061caf9de0abd84e43 --- includes/DefaultSettings.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fa57b8f793..dc16ae3eaa 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1855,13 +1855,6 @@ $wgDBerrorLog = false; */ $wgDBerrorLogTZ = false; -/** - * Scale load balancer polling time so that under overload conditions, the - * database server receives a SHOW STATUS query at an average interval of this - * many microseconds - */ -$wgDBAvgStatusPoll = 2000; - /** * Set to true to engage MySQL 4.1/5.0 charset-related features; * for now will just cause sending of 'SET NAMES=utf8' on connect. -- 2.20.1